blktap2: fix tapdisk-channel.c
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 28 May 2009 09:03:29 +0000 (10:03 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 28 May 2009 09:03:29 +0000 (10:03 +0100)
commit60dadd604d277e30f6908d1ac8cb8add12261d1b
tree72d9454b7984367b88c2c1ddc757d6fcf1046f99
parent3026986b0f62183e897f7de8ca2f6e1216ad5074
blktap2: fix tapdisk-channel.c

This patch fixes the following error.
cc1: warnings being treated as errors
In file included from usr/include/sys/resource.h:25,
                 from tapdisk-daemon.c:559:
usr/include/bits/resource.h: In function 'main':
usr/include/bits/resource.h:33: warning: ISO C90 forbids mixed
declarations and code

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
tools/blktap2/daemon/tapdisk-daemon.c